3.4.43 \(\int \frac {A+B x^3}{(e x)^{5/2} (a+b x^3)^{5/2}} \, dx\)

Optimal. Leaf size=104 \[ -\frac {4 (e x)^{3/2} (4 A b-a B)}{9 a^3 e^4 \sqrt {a+b x^3}}-\frac {2 (e x)^{3/2} (4 A b-a B)}{9 a^2 e^4 \left (a+b x^3\right )^{3/2}}-\frac {2 A}{3 a e (e x)^{3/2} \left (a+b x^3\right )^{3/2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 104, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.115, Rules used = {453, 273, 264} \begin {gather*} -\frac {4 (e x)^{3/2} (4 A b-a B)}{9 a^3 e^4 \sqrt {a+b x^3}}-\frac {2 (e x)^{3/2} (4 A b-a B)}{9 a^2 e^4 \left (a+b x^3\right )^{3/2}}-\frac {2 A}{3 a e (e x)^{3/2} \left (a+b x^3\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(A + B*x^3)/((e*x)^(5/2)*(a + b*x^3)^(5/2)),x]

[Out]

(-2*A)/(3*a*e*(e*x)^(3/2)*(a + b*x^3)^(3/2)) - (2*(4*A*b - a*B)*(e*x)^(3/2))/(9*a^2*e^4*(a + b*x^3)^(3/2)) - (
4*(4*A*b - a*B)*(e*x)^(3/2))/(9*a^3*e^4*Sqrt[a + b*x^3])

Rule 264

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^(p + 1))/(a
*c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[(m + 1)/n + p + 1, 0] && NeQ[m, -1]

Rule 273

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Simp[((c*x)^(m + 1)*(a + b*x^n)^(p + 1))/(
a*c*n*(p + 1)), x] + Dist[(m + n*(p + 1) + 1)/(a*n*(p + 1)), Int[(c*x)^m*(a + b*x^n)^(p + 1), x], x] /; FreeQ[
{a, b, c, m, n, p}, x] && ILtQ[Simplify[(m + 1)/n + p + 1], 0] && NeQ[p, -1]

Rule 453

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(c*(e*x)^(m
+ 1)*(a + b*x^n)^(p + 1))/(a*e*(m + 1)), x] + Dist[(a*d*(m + 1) - b*c*(m + n*(p + 1) + 1))/(a*e^n*(m + 1)), In
t[(e*x)^(m + n)*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, c, d, e, p}, x] && NeQ[b*c - a*d, 0] && (IntegerQ[n] ||
GtQ[e, 0]) && ((GtQ[n, 0] && LtQ[m, -1]) || (LtQ[n, 0] && GtQ[m + n, -1])) &&  !ILtQ[p, -1]

Rubi steps

\begin {align*} \int \frac {A+B x^3}{(e x)^{5/2} \left (a+b x^3\right )^{5/2}} \, dx &=-\frac {2 A}{3 a e (e x)^{3/2} \left (a+b x^3\right )^{3/2}}-\frac {(4 A b-a B) \int \frac {\sqrt {e x}}{\left (a+b x^3\right )^{5/2}} \, dx}{a e^3}\\ &=-\frac {2 A}{3 a e (e x)^{3/2} \left (a+b x^3\right )^{3/2}}-\frac {2 (4 A b-a B) (e x)^{3/2}}{9 a^2 e^4 \left (a+b x^3\right )^{3/2}}-\frac {(2 (4 A b-a B)) \int \frac {\sqrt {e x}}{\left (a+b x^3\right )^{3/2}} \, dx}{3 a^2 e^3}\\ &=-\frac {2 A}{3 a e (e x)^{3/2} \left (a+b x^3\right )^{3/2}}-\frac {2 (4 A b-a B) (e x)^{3/2}}{9 a^2 e^4 \left (a+b x^3\right )^{3/2}}-\frac {4 (4 A b-a B) (e x)^{3/2}}{9 a^3 e^4 \sqrt {a+b x^3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 65, normalized size = 0.62 \begin {gather*} \frac {x \left (-6 a^2 \left (A-B x^3\right )+4 a b x^3 \left (B x^3-6 A\right )-16 A b^2 x^6\right )}{9 a^3 (e x)^{5/2} \left (a+b x^3\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(A + B*x^3)/((e*x)^(5/2)*(a + b*x^3)^(5/2)),x]

[Out]

(x*(-16*A*b^2*x^6 - 6*a^2*(A - B*x^3) + 4*a*b*x^3*(-6*A + B*x^3)))/(9*a^3*(e*x)^(5/2)*(a + b*x^3)^(3/2))

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 1.11, size = 100, normalized size = 0.96 \begin {gather*} \frac {2 \sqrt {a+b x^3} \left (-3 a^2 A e^6+3 a^2 B e^6 x^3-12 a A b e^6 x^3+2 a b B e^6 x^6-8 A b^2 e^6 x^6\right )}{9 a^3 e (e x)^{3/2} \left (a e^3+b e^3 x^3\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(A + B*x^3)/((e*x)^(5/2)*(a + b*x^3)^(5/2)),x]

[Out]

(2*Sqrt[a + b*x^3]*(-3*a^2*A*e^6 - 12*a*A*b*e^6*x^3 + 3*a^2*B*e^6*x^3 - 8*A*b^2*e^6*x^6 + 2*a*b*B*e^6*x^6))/(9
*a^3*e*(e*x)^(3/2)*(a*e^3 + b*e^3*x^3)^2)

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 93, normalized size = 0.89 \begin {gather*} \frac {2 \, {\left (2 \, {\left (B a b - 4 \, A b^{2}\right )} x^{6} + 3 \, {\left (B a^{2} - 4 \, A a b\right )} x^{3} - 3 \, A a^{2}\right )} \sqrt {b x^{3} + a} \sqrt {e x}}{9 \, {\left (a^{3} b^{2} e^{3} x^{8} + 2 \, a^{4} b e^{3} x^{5} + a^{5} e^{3} x^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^3+A)/(e*x)^(5/2)/(b*x^3+a)^(5/2),x, algorithm="fricas")

[Out]

2/9*(2*(B*a*b - 4*A*b^2)*x^6 + 3*(B*a^2 - 4*A*a*b)*x^3 - 3*A*a^2)*sqrt(b*x^3 + a)*sqrt(e*x)/(a^3*b^2*e^3*x^8 +
 2*a^4*b*e^3*x^5 + a^5*e^3*x^2)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {B x^{3} + A}{{\left (b x^{3} + a\right )}^{\frac {5}{2}} \left (e x\right )^{\frac {5}{2}}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^3+A)/(e*x)^(5/2)/(b*x^3+a)^(5/2),x, algorithm="giac")

[Out]

integrate((B*x^3 + A)/((b*x^3 + a)^(5/2)*(e*x)^(5/2)), x)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 62, normalized size = 0.60 \begin {gather*} -\frac {2 \left (8 A \,b^{2} x^{6}-2 B a b \,x^{6}+12 A a b \,x^{3}-3 B \,a^{2} x^{3}+3 A \,a^{2}\right ) x}{9 \left (b \,x^{3}+a \right )^{\frac {3}{2}} \left (e x \right )^{\frac {5}{2}} a^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((B*x^3+A)/(e*x)^(5/2)/(b*x^3+a)^(5/2),x)

[Out]

-2/9*x*(8*A*b^2*x^6-2*B*a*b*x^6+12*A*a*b*x^3-3*B*a^2*x^3+3*A*a^2)/(b*x^3+a)^(3/2)/a^3/(e*x)^(5/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {B x^{3} + A}{{\left (b x^{3} + a\right )}^{\frac {5}{2}} \left (e x\right )^{\frac {5}{2}}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x^3+A)/(e*x)^(5/2)/(b*x^3+a)^(5/2),x, algorithm="maxima")

[Out]

integrate((B*x^3 + A)/((b*x^3 + a)^(5/2)*(e*x)^(5/2)), x)

________________________________________________________________________________________

mupad [B]  time = 4.80, size = 115, normalized size = 1.11 \begin {gather*} -\frac {\sqrt {b\,x^3+a}\,\left (\frac {2\,A}{3\,a\,b^2\,e^2}-\frac {x^3\,\left (6\,B\,a^2-24\,A\,a\,b\right )}{9\,a^3\,b^2\,e^2}+\frac {x^6\,\left (16\,A\,b^2-4\,B\,a\,b\right )}{9\,a^3\,b^2\,e^2}\right )}{x^7\,\sqrt {e\,x}+\frac {a^2\,x\,\sqrt {e\,x}}{b^2}+\frac {2\,a\,x^4\,\sqrt {e\,x}}{b}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((A + B*x^3)/((e*x)^(5/2)*(a + b*x^3)^(5/2)),x)

[Out]

-((a + b*x^3)^(1/2)*((2*A)/(3*a*b^2*e^2) - (x^3*(6*B*a^2 - 24*A*a*b))/(9*a^3*b^2*e^2) + (x^6*(16*A*b^2 - 4*B*a
*b))/(9*a^3*b^2*e^2)))/(x^7*(e*x)^(1/2) + (a^2*x*(e*x)^(1/2))/b^2 + (2*a*x^4*(e*x)^(1/2))/b)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((B*x**3+A)/(e*x)**(5/2)/(b*x**3+a)**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________